ad45a9d10bca9b06075211d8e1a0b050f46f1ff0,plugins/maven/src/main/java/org/jetbrains/idea/maven/execution/MavenExecuteGoalDialog.java,MavenExecuteGoalDialog,setUpDialog,#,58
Before Change
myGoalsComboBox.setEditable(true);
myGoalsComboBox.setEditor(editor);
myGoalsComboBox.setFocusable(true);
EditorTextField editorTextField = editor.getEditorComponent();
After Change
goalsComboBox.setEditable(true);
goalsComboBox.setEditor(editor);
goalsComboBox.setFocusable(true);
goalsEditor = editor.getEditorComponent();
}